[Libreoffice-commits] core.git: sw/inc sw/uiconfig

Rizal Muttaqin (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 1 12:35:32 UTC 2021


 sw/inc/strings.hrc                           |    8 ++++----
 sw/uiconfig/swriter/ui/floatingnavigation.ui |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f33128179a3c18ecc63d072027f3a3f7d628e47e
Author:     Rizal Muttaqin <riz_17_oke at yahoo.co.id>
AuthorDate: Mon Feb 1 13:15:29 2021 +0700
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Feb 1 13:34:35 2021 +0100

    tdf#140029 change Text Frame string to Frame in Navigator's Navigate By
    
    Change-Id: I4cf2bd4777a1bb009579df1e6399d1e44f0f3e76
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110237
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 0d39c2adc9ba..5b0497593442 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -376,7 +376,7 @@
 #define STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY    NC_("STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY", "Secondary key")
 #define STR_CONTENT_TYPE_SINGLE_OUTLINE         NC_("STR_CONTENT_TYPE_SINGLE_OUTLINE", "Heading")
 #define STR_CONTENT_TYPE_SINGLE_TABLE           NC_("STR_CONTENT_TYPE_SINGLE_TABLE", "Table")
-#define STR_CONTENT_TYPE_SINGLE_FRAME           NC_("STR_CONTENT_TYPE_SINGLE_FRAME", "Text frame")
+#define STR_CONTENT_TYPE_SINGLE_FRAME           NC_("STR_CONTENT_TYPE_SINGLE_FRAME", "Frame")
 #define STR_CONTENT_TYPE_SINGLE_GRAPHIC         NC_("STR_CONTENT_TYPE_SINGLE_GRAPHIC", "Image")
 #define STR_CONTENT_TYPE_SINGLE_OLE             NC_("STR_CONTENT_TYPE_SINGLE_OLE", "OLE object")
 #define STR_CONTENT_TYPE_SINGLE_BOOKMARK        NC_("STR_CONTENT_TYPE_SINGLE_BOOKMARK", "Bookmark")
@@ -1146,7 +1146,7 @@
 #define STR_CONNECT_BORDER_OFF                  NC_("STR_CONNECT_BORDER_OFF", "Do not merge borders")
 
 #define ST_TBL                                  NC_("ST_TBL", "Table")
-#define ST_FRM                                  NC_("ST_FRM", "Text Frame")
+#define ST_FRM                                  NC_("ST_FRM", "Frame")
 #define ST_PGE                                  NC_("ST_PGE", "Page")
 #define ST_DRW                                  NC_("ST_DRW", "Drawing")
 #define ST_CTRL                                 NC_("ST_CTRL", "Control")
@@ -1166,7 +1166,7 @@
 #define ST_RECENCY                              NC_("ST_RECENCY", "Recency")
 // Strings for the quickhelp of the View-PgUp/Down-Buttons
 #define STR_IMGBTN_TBL_DOWN                     NC_("STR_IMGBTN_TBL_DOWN", "Next table")
-#define STR_IMGBTN_FRM_DOWN                     NC_("STR_IMGBTN_FRM_DOWN", "Next text frame")
+#define STR_IMGBTN_FRM_DOWN                     NC_("STR_IMGBTN_FRM_DOWN", "Next frame")
 #define STR_IMGBTN_PGE_DOWN                     NC_("STR_IMGBTN_PGE_DOWN", "Next page")
 #define STR_IMGBTN_DRW_DOWN                     NC_("STR_IMGBTN_DRW_DOWN", "Next drawing")
 #define STR_IMGBTN_CTRL_DOWN                    NC_("STR_IMGBTN_CTRL_DOWN", "Next control")
@@ -1182,7 +1182,7 @@
 #define STR_IMGBTN_SRCH_REP_DOWN                NC_("STR_IMGBTN_SRCH_REP_DOWN", "Continue search forward")
 #define STR_IMGBTN_INDEX_ENTRY_DOWN             NC_("STR_IMGBTN_INDEX_ENTRY_DOWN", "Next index entry")
 #define STR_IMGBTN_TBL_UP                       NC_("STR_IMGBTN_TBL_UP", "Previous table")
-#define STR_IMGBTN_FRM_UP                       NC_("STR_IMGBTN_FRM_UP", "Previous text frame")
+#define STR_IMGBTN_FRM_UP                       NC_("STR_IMGBTN_FRM_UP", "Previous frame")
 #define STR_IMGBTN_PGE_UP                       NC_("STR_IMGBTN_PGE_UP", "Previous page")
 #define STR_IMGBTN_DRW_UP                       NC_("STR_IMGBTN_DRW_UP", "Previous drawing")
 #define STR_IMGBTN_CTRL_UP                      NC_("STR_IMGBTN_CTRL_UP", "Previous control")
diff --git a/sw/uiconfig/swriter/ui/floatingnavigation.ui b/sw/uiconfig/swriter/ui/floatingnavigation.ui
index 20f47c3b5732..bf7e58d456b8 100644
--- a/sw/uiconfig/swriter/ui/floatingnavigation.ui
+++ b/sw/uiconfig/swriter/ui/floatingnavigation.ui
@@ -47,7 +47,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="action_name">frm</property>
-                    <property name="label" translatable="yes" context="floatingnavigation|ST_FRM">Text Frame</property>
+                    <property name="label" translatable="yes" context="floatingnavigation|ST_FRM">Frame</property>
                     <property name="use_underline">True</property>
                     <property name="icon_name">sw/res/sr20003.png</property>
                   </object>


More information about the Libreoffice-commits mailing list