[nautilus] general: Use proper Unicode ellipsis instead of three periods
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] general: Use proper Unicode ellipsis instead of three periods
- Date: Tue, 4 Dec 2012 03:10:42 +0000 (UTC)
commit bde2536ee72672c4cd58af7cbb3cf42a42962c21
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Dec 3 19:09:48 2012 -0500
general: Use proper Unicode ellipsis instead of three periods
https://bugzilla.gnome.org/show_bug.cgi?id=689586
src/nautilus-desktop-canvas-view.c | 2 +-
src/nautilus-image-properties-page.c | 2 +-
src/nautilus-list-model.c | 2 +-
src/nautilus-list-view.c | 2 +-
src/nautilus-places-sidebar.c | 2 +-
src/nautilus-properties-window.c | 4 ++--
src/nautilus-query-editor.c | 2 +-
src/nautilus-view.c | 14 +++++++-------
src/nautilus-window-menus.c | 8 ++++----
src/nautilus-window-slot.c | 4 ++--
10 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/src/nautilus-desktop-canvas-view.c b/src/nautilus-desktop-canvas-view.c
index dd42c02..0f1ec38 100644
--- a/src/nautilus-desktop-canvas-view.c
+++ b/src/nautilus-desktop-canvas-view.c
@@ -761,7 +761,7 @@ static const GtkActionEntry desktop_view_entries[] = {
/* name, stock id */
{ "Stretch", NULL,
/* label, accelerator */
- N_("Resize Icon..."), NULL,
+ N_("Resize Iconâ"), NULL,
/* tooltip */
N_("Make the selected icons resizable"),
G_CALLBACK (action_stretch_callback) },
diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c
index 723080e..ba032a0 100644
--- a/src/nautilus-image-properties-page.c
+++ b/src/nautilus-image-properties-page.c
@@ -705,7 +705,7 @@ nautilus_image_properties_page_init (NautilusImagePropertiesPage *page)
gtk_orientable_set_orientation (GTK_ORIENTABLE (page->details->grid), GTK_ORIENTATION_VERTICAL);
gtk_grid_set_row_spacing (GTK_GRID (page->details->grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (page->details->grid), 20);
- append_item (page, _("Loading..."), NULL);
+ append_item (page, _("Loadingâ"), NULL);
gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (sw), page->details->grid);
gtk_widget_show_all (GTK_WIDGET (page));
diff --git a/src/nautilus-list-model.c b/src/nautilus-list-model.c
index 1c3589e..fb87484 100644
--- a/src/nautilus-list-model.c
+++ b/src/nautilus-list-model.c
@@ -375,7 +375,7 @@ nautilus_list_model_get_value (GtkTreeModel *tree_model, GtkTreeIter *iter, int
if (file_entry->parent->loaded) {
g_value_set_string (value, _("(Empty)"));
} else {
- g_value_set_string (value, _("Loading..."));
+ g_value_set_string (value, _("Loadingâ"));
}
}
} else {
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 448876e..722e503 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -2325,7 +2325,7 @@ action_visible_columns_callback (GtkAction *action,
static const GtkActionEntry list_view_entries[] = {
/* name, stock id */ { "Visible Columns", NULL,
- /* label, accelerator */ N_("Visible _Columns..."), NULL,
+ /* label, accelerator */ N_("Visible _Columnsâ"), NULL,
/* tooltip */ N_("Select the columns visible in this folder"),
G_CALLBACK (action_visible_columns_callback) },
};
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 33ab83b..adf07fb 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -2625,7 +2625,7 @@ bookmarks_build_popup_menu (NautilusPlacesSidebar *sidebar)
gtk_widget_show (item);
gtk_menu_shell_append (GTK_MENU_SHELL (sidebar->popup_menu), item);
- item = gtk_menu_item_new_with_label (_("Rename..."));
+ item = gtk_menu_item_new_with_label (_("Renameâ"));
sidebar->popup_menu_rename_item = item;
g_signal_connect (item, "activate",
G_CALLBACK (rename_shortcut_cb), sidebar);
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 076c9ae..71c236e 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -2163,7 +2163,7 @@ directory_contents_value_field_update (NautilusPropertiesWindow *window)
text = g_strdup (_("unreadable"));
}
} else {
- text = g_strdup ("...");
+ text = g_strdup ("â");
}
} else {
char *size_str;
@@ -4577,7 +4577,7 @@ create_permissions_page (NautilusPropertiesWindow *window)
"width", 2,
NULL);
- button = gtk_button_new_with_mnemonic (_("Change Permissions for Enclosed Files..."));
+ button = gtk_button_new_with_mnemonic (_("Change Permissions for Enclosed Filesâ"));
gtk_widget_show (button);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
g_signal_connect (button, "clicked",
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 05106f2..98ac82b 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -684,7 +684,7 @@ type_row_create_widgets (NautilusQueryEditorRow *row)
gtk_list_store_append (store, &iter);
gtk_list_store_set (store, &iter, 0, "---", -1);
gtk_list_store_append (store, &iter);
- gtk_list_store_set (store, &iter, 0, _("Other Type..."), 3, TRUE, -1);
+ gtk_list_store_set (store, &iter, 0, _("Other Typeâ"), 3, TRUE, -1);
gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index a1fa724..f5354de 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -7127,11 +7127,11 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Open each selected item in a new tab"),
G_CALLBACK (action_open_new_tab_callback) },
/* name, stock id */ { NAUTILUS_ACTION_OTHER_APPLICATION1, NULL,
- /* label, accelerator */ N_("Other _Application..."), NULL,
+ /* label, accelerator */ N_("Other _Applicationâ"), NULL,
/* tooltip */ N_("Choose another application with which to open the selected item"),
G_CALLBACK (action_other_application_callback) },
/* name, stock id */ { NAUTILUS_ACTION_OTHER_APPLICATION2, NULL,
- /* label, accelerator */ N_("Open With Other _Application..."), NULL,
+ /* label, accelerator */ N_("Open With Other _Applicationâ"), NULL,
/* tooltip */ N_("Choose another application with which to open the selected item"),
G_CALLBACK (action_other_application_callback) },
/* name, stock id */ { NAUTILUS_ACTION_OPEN_SCRIPTS_FOLDER, NULL,
@@ -7161,11 +7161,11 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Move or copy files previously selected by a Cut or Copy command into the selected folder"),
G_CALLBACK (action_paste_files_into_callback) },
/* name, stock id */ { NAUTILUS_ACTION_COPY_TO, NULL,
- /* label, accelerator */ N_("Copy To..."), NULL,
+ /* label, accelerator */ N_("Copy Toâ"), NULL,
/* tooltip */ N_("Copy selected files to another location"),
G_CALLBACK (action_copy_to_callback) },
/* name, stock id */ { NAUTILUS_ACTION_MOVE_TO, NULL,
- /* label, accelerator */ N_("Move To..."), NULL,
+ /* label, accelerator */ N_("Move Toâ"), NULL,
/* tooltip */ N_("Move selected files to another location"),
G_CALLBACK (action_move_to_callback) },
/* name, stock id */ { NAUTILUS_ACTION_SELECT_ALL, NULL,
@@ -7173,7 +7173,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Select all items in this window"),
G_CALLBACK (action_select_all_callback) },
/* name, stock id */ { NAUTILUS_ACTION_SELECT_PATTERN, NULL,
- /* label, accelerator */ N_("Select I_tems Matching..."), "<control>S",
+ /* label, accelerator */ N_("Select I_tems Matchingâ"), "<control>S",
/* tooltip */ N_("Select items in this window matching a given pattern"),
G_CALLBACK (action_select_pattern_callback) },
/* name, stock id */ { NAUTILUS_ACTION_INVERT_SELECTION, NULL,
@@ -7185,7 +7185,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Create a symbolic link for each selected item"),
G_CALLBACK (action_create_link_callback) },
/* name, stock id */ { NAUTILUS_ACTION_RENAME, NULL,
- /* label, accelerator */ N_("Rena_me..."), "F2",
+ /* label, accelerator */ N_("Rena_meâ"), "F2",
/* tooltip */ N_("Rename selected item"),
G_CALLBACK (action_rename_callback) },
/* name, stock id */ { NAUTILUS_ACTION_SET_AS_WALLPAPER, NULL,
@@ -7283,7 +7283,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* tooltip */ N_("Save the edited search"),
G_CALLBACK (action_save_search_callback) },
/* name, stock id */ { NAUTILUS_ACTION_SAVE_SEARCH_AS, NULL,
- /* label, accelerator */ N_("Sa_ve Search As..."), NULL,
+ /* label, accelerator */ N_("Sa_ve Search Asâ"), NULL,
/* tooltip */ N_("Save the current search as a file"),
G_CALLBACK (action_save_search_as_callback) },
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index 53ec012..97a4285 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -526,7 +526,7 @@ static const GtkActionEntry main_entries[] = {
/* tooltip */ N_("Use the normal view size"),
G_CALLBACK (action_zoom_normal_callback) },
/* name, stock id */ { NAUTILUS_ACTION_CONNECT_TO_SERVER, NULL,
- /* label, accelerator */ N_("Connect to _Server..."), NULL,
+ /* label, accelerator */ N_("Connect to _Serverâ"), NULL,
/* tooltip */ N_("Connect to a remote computer or shared disk"),
G_CALLBACK (action_connect_to_server_callback) },
/* name, stock id */ { NAUTILUS_ACTION_GO_HOME, NAUTILUS_ICON_HOME,
@@ -548,13 +548,13 @@ static const GtkActionEntry main_entries[] = {
/* name, stock id, label */ { NAUTILUS_ACTION_FORWARD, "go-next-symbolic", N_("_Forward"),
"<alt>Right", N_("Go to the next visited location"),
G_CALLBACK (action_forward_callback) },
- /* name, stock id, label */ { NAUTILUS_ACTION_ENTER_LOCATION, NULL, N_("Enter _Location..."),
+ /* name, stock id, label */ { NAUTILUS_ACTION_ENTER_LOCATION, NULL, N_("Enter _Locationâ"),
"<control>L", N_("Specify a location to open"),
G_CALLBACK (action_enter_location_callback) },
/* name, stock id, label */ { NAUTILUS_ACTION_ADD_BOOKMARK, GTK_STOCK_ADD, N_("Bookmark this Location"),
"<control>d", N_("Add a bookmark for the current location"),
G_CALLBACK (action_add_bookmark_callback) },
- /* name, stock id, label */ { NAUTILUS_ACTION_EDIT_BOOKMARKS, NULL, N_("_Bookmarks..."),
+ /* name, stock id, label */ { NAUTILUS_ACTION_EDIT_BOOKMARKS, NULL, N_("_Bookmarksâ"),
"<control>b", N_("Display and edit bookmarks"),
G_CALLBACK (action_bookmarks_callback) },
{ "TabsPrevious", NULL, N_("_Previous Tab"), "<control>Page_Up",
@@ -586,7 +586,7 @@ static const GtkToggleActionEntry main_toggle_entries[] = {
G_CALLBACK (action_show_hide_sidebar_callback),
/* is_active */ TRUE },
/* name, stock id */ { NAUTILUS_ACTION_SEARCH, "edit-find-symbolic",
- /* label, accelerator */ N_("_Search for Files..."), "<control>f",
+ /* label, accelerator */ N_("_Search for Filesâ"), "<control>f",
/* tooltip */ N_("Search documents and folders by name"),
G_CALLBACK (action_show_hide_search_callback),
/* is_active */ FALSE },
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index 5b3254b..4a72da2 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -603,7 +603,7 @@ nautilus_window_slot_constructed (GObject *object)
g_signal_connect (slot->details->floating_bar, "action",
G_CALLBACK (floating_bar_action_cb), slot);
- slot->details->title = g_strdup (_("Loading..."));
+ slot->details->title = g_strdup (_("Loadingâ"));
}
static void
@@ -2241,7 +2241,7 @@ real_setup_loading_floating_bar (NautilusWindowSlot *slot)
nautilus_floating_bar_set_primary_label (NAUTILUS_FLOATING_BAR (slot->details->floating_bar),
NAUTILUS_IS_SEARCH_DIRECTORY (nautilus_view_get_model (slot->details->content_view)) ?
- _("Searching...") : _("Loading..."));
+ _("Searchingâ") : _("Loadingâ"));
nautilus_floating_bar_set_details_label (NAUTILUS_FLOATING_BAR (slot->details->floating_bar), NULL);
nautilus_floating_bar_set_show_spinner (NAUTILUS_FLOATING_BAR (slot->details->floating_bar),
TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]